|
Cisco Packet Tracer Extensions API 8.1.0
API for communication between Cisco Packet Tracer application and its extension applications and modules.
|
HSRP message structure. More...
Public Attributes | |
| int | version |
| HsrpMsgType | type |
| HsrpState | hsrpState |
| int | priority |
| int | holdTime |
| int | helloTime |
| int | groupNum |
| string | ipVersion |
| ip | virtIp |
Public Attributes inherited from Header | |
| Pdu | payload |
HSRP message structure.
| int HsrpMessage::groupNum |
| int HsrpMessage::helloTime |
| int HsrpMessage::holdTime |
| HsrpState HsrpMessage::hsrpState |
| string HsrpMessage::ipVersion |
| int HsrpMessage::priority |
| HsrpMsgType HsrpMessage::type |
| int HsrpMessage::version |
| ip HsrpMessage::virtIp |